Release 10.1A: OpenEdge Development:
Progress 4GL Reference
Widget method references
To reference a method, use the following syntax:
A
widget-name-referenceis a name reference to a static widget. Ahandleis a widget handle, procedure handle, or system handle reference. Acontainer-widget-nameis a name reference to a static container widget for thewidget-name-referenceor a browse widget. You need it only ifwidget-name-referenceis ambiguous. For more information on method references, see the chapter on widgets and handles in OpenEdge Development: Progress 4GL Handbook .To execute a method, you can assign the return value to a variable, reference the method in an expression, or invoke the method as a statement, ignoring the return value. The following example executes the ADD-FIRST( ) method for a selection list (Select-1) in two different ways-assigning the return value to a logical variable (methRtn) and invoking it directly:
The methods in this section are listed alphabetically by name. Each method entry defines the data type of the return value and describes any required parameters.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |